home *** CD-ROM | disk | FTP | other *** search
/ Aminet 41 / Aminet 41 (2001)(Schatztruhe)[!][Feb 2001].iso / Aminet / comm / misc / MLogBook_lt.lha / MLogBook / Rules_SP / SPDX next >
Text File  |  2000-11-15  |  3KB  |  135 lines

  1. # MLGBK10 RULES
  2. #
  3. # SP DX Contest
  4. # Logs send to:
  5. #
  6. # SP DX CONTEST Comittee p.o. box 320,
  7. # 00-950 Warszawa, POLAND
  8. #
  9. # Here's the list of allowed bands. See rules of contest
  10. # for operators category (SOSB, SOMB etc)
  11. #
  12. BANDS ALLOW=160m,80m,40m,20m,15m,10m
  13. SET BAND=3
  14.  
  15. # Here's the list of allowed modes:
  16. MODES ALLOW=CW,SSB
  17. SET MODE=1
  18.  
  19. # What to will be exchange with report.
  20. # %w - WAZ zone (e.g. Report is 59 15)
  21. # %i - ITU zone (e.g. Report is 59 38)
  22. # %c - QSO's counter (e.g. Report is 59 001)
  23. # Also is possible to mix it with any text:
  24. # SET REMARX-S[2]=%cKR - means report 59 001KR
  25. SET REMARX-S[2]=%3cM
  26. SET REMARX-R[2]=%3c
  27.  
  28. # Date format
  29. # 0 - DD.MM.YYYY
  30. # 1 - DD/MM/YYYY
  31. # 2 - MM/DD/YYYY
  32. SET DATE=0
  33.  
  34. # GUI settings
  35. SHOW DATE=NO
  36. SHOW TIME=NO
  37. SHOW BAND=YES
  38. SHOW MODE=YES
  39. SHOW RST-S=YES
  40. SHOW RST-R=YES
  41. SHOW REMARX-S=2
  42. SHOW REMARX-R=2
  43. SHOW LOCATOR=NO
  44. SHOW COMMENT=NO
  45. SHOW QSL=NO
  46.  
  47. # Find Similar Call
  48. SET ACK_FINDSIMCALL=NO
  49.  
  50. # Find QSO Before
  51. SET ACK_FINDQSOBEFORE=NO
  52.  
  53. # Duplicated QSO Finder
  54. SET ACK_DUPFIND=YES
  55.  
  56. # IOTA support
  57. SET ACK_IOTA=NO
  58.  
  59. # Awards support
  60. SET ACK_AWARDS=NO
  61.  
  62. SET ACK_ACTIVITY=NO
  63.  
  64. # QSL Manager Database support
  65. SET ACK_FINDQSLMANAGER=NO
  66.  
  67. # CallBook support
  68. SET ACK_CALLBOOK=NO
  69.  
  70. # File which contains database of prefixes based on organisators publication.
  71. SET PFXDATA=dxcc.csv
  72.  
  73. # Scores
  74. # SET
  75. #
  76. # CONT - points will be given for every QSO between continents.
  77. # 1 - AF (Africa)
  78. # 2 - AS (Asia)
  79. # 3 - EU (Europe)
  80. # 4 - NA (North America)
  81. # 5 - OC (Oceania)
  82. # 6 - SA (South America)
  83. # e.g. 123 - means that every QSO from Africa (1) to Asia (2)
  84. # will give 3 points.
  85. SCORE SET=CONT,313,323,331,343,353,363
  86.  
  87. # NOPFX - field with denied prefixes.
  88. # e.g. SCORE NOPFX=SP - means that you can't do QSO with SP (3Z,HF,SN,SO,SP,SQ,SR).
  89.  
  90. # PFX1, PFX2, PFX3
  91. # here you can to give all prefixes which will be treated different.
  92. # possible arguments: prefix, list of prefixes, ALL and REST
  93. # ALL - means all prefixes in SET PFXDATA file
  94. # REST - means all prefixes in SET PFXDATA file without prefixes in PFX1, PFX2 and PFX3. 
  95. PFX1=SP
  96. PFX2=REST
  97.  
  98. # REMX1, REMX2, REMX3
  99. # here you can to give exchange format string
  100. # %w - WAZ zone (e.g. Report is 59 15)
  101. # %i - ITU zone (e.g. Report is 59 38)
  102. # %c - QSO's counter (e.g. Report is 59 001)
  103. # %d - (not neccesery) QSO's counter (e.g. Report is 59 001 but also is
  104. # possible to set 59 only)
  105. # %k - Continent (e.g. Report is 59 EU)
  106. # %p - Main prefix (e.g. Report is 59 SP)
  107. # %u - allowed texts from REMARX-U ALLOW field only (e.g. 59 M)
  108. # %x - (not neccesery) allowed texts from REMARX-U ALLOW field only
  109. # (e.g. %3c%x means 59 001KR but also is possible to set 59 001)
  110. REMX1=%3c%u
  111. REMX2=%3c
  112.  
  113. MULTI1 PFX1=%p
  114. MULTI1 PFX2=%p
  115. MULTI2 PFX1=%u
  116. MULTI2 PFX2=
  117.  
  118. SCORE1 PFX1=
  119. SCORE1 PFX2=
  120. SCORE2 PFX1=
  121. SCORE2 PFX2=
  122.  
  123. SCORE1 ADD=0
  124. SCORE2 ADD=SET
  125.  
  126. # NO - multiplicator is 1.
  127. # SB - qualify it separately on every bands.
  128. # AB - qualify it once on all bands.
  129. # SM - qualify it separately for every modes.
  130. # AM - qualify it once for all modes.
  131. # e.g. SMSB - means that multiplicator will be increased for all
  132. # new MULTI1, separately on every bands and every modes.
  133. MULTI DUPE1=SBAM
  134. MULTI DUPE2=SBAM
  135.